From: Camila Ayres Date: Thu, 20 Feb 2025 17:30:01 +0000 (+0100) Subject: Update help url default value. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~29^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=31326b2f096531df6c5df54f8ec0e9bb02cde0dc;p=nextcloud-desktop.git Update help url default value. Signed-off-by: Camila Ayres --- diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 8927f117f..16e148167 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -444,7 +444,7 @@ QString Theme::helpUrl() const #ifdef APPLICATION_HELP_URL return QString::fromLatin1(APPLICATION_HELP_URL); #else - return QString::fromLatin1("https://docs.nextcloud.com/#desktop"); + return QString::fromLatin1("https://docs.nextcloud.com/server/latest/user_manual/en/desktop/index.html"); #endif }